-
Re: Variable fonts, axes values
@"María Ramos" Stick to static fonts if you hate variable fonts so much. Thanks for coming to my TED Talk.1 -
Re: lcaron and dcaron
Personally, for most projects I prefer designing ď and ľ (and ť when the design needs it) wider than d l t and add negative kerning against lowercase letters without ascenders. Why? This way I don't …4 -
Re: How to avoid Latin mark to letters combination fallback to legacy codepoints?
You can prevent the re-composition by inserting a zero-width non-joiner. E.g. with this bit of JavaScript: x='Ấ'.normalize('NFD').split('').join('\u200C') But mark combining seems to only work this w…1 -
Re: Applications without OpenType feature support
GIMP (2.10.28, Windows 10) supports calt, liga and kern, although offers no control over those features.1 -
Re: Sharp S can appear at start of word
@"Helmut Wollmersdorfer" I think what you encountered was a phonetic transcription of the word. Older dictionaries (and maybe still some newer ones intended for the layman) often use the re…2